-
Notifications
You must be signed in to change notification settings - Fork 45
Remove Channels FAQs #2849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Remove Channels FAQs #2849
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
57b4253
to
1ebf8e7
Compare
… presence set of a channel or channels?
What happens if I exceed the number of members present on a channel?
278844c
to
fde6372
Compare
This PR integrates the following FAQs int the docs:
Can I delete messages which have been persisted through the history API?
Is it possible to check if a specific message has been delivered to a device?
Reliable message ordering for connected clients
Client-specified message ID restrictions for multiple messages published atomically
Can I see messages sent by Channel or ClientID?
How can I implement presence subscriptions efficiently, in terms of limits?
Can I use webhooks or other rules to maintain an external copy of the presence set of a channel or channels?
Why don't presence members leave as soon as I close a tab?
I don't understand why I see so many presence messages in my stats.
What does it mean if I see 'Channel Region Inactive' in my logs on the Dev Console?
How to limit user numbers in channels
Can I make a History Call to several Channels Simultaneously?
How synchronized / up to date is channel history betweendatacenters / regions?
Tidy up commit
Redirects: Here
Jira: EDU-2075
FAQ: Here